home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / dos_win / winsock / maillist / 94-03.Z / 94-03 / text0019.txt < prev    next >
Encoding:
Text File  |  1994-03-30  |  5.2 KB  |  181 lines

  1.  
  2. This may seem like a stupid question, but what file(s) do I need 
  3. get to have winsock v1.1?  I have 1.0(some beta) now, and I keep
  4. hearing about v1.1.  When I search an ftp site, all of the w
  5. winsockv1.1 files are like winsock11.def, winsock11.h, etc.
  6. Which one(s) should I get?
  7. Thanks in advance,
  8. Jeff Johnson
  9. jdj2@po.cwru.edu
  10. From sat@netmgrs.co.uk Wed Mar  2 08:34:31 1994
  11. Received: from relay1.pipex.net by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
  12.           id AA18728; Wed, 2 Mar 1994 03:35:16 -0500
  13. Received: from zebedee.netmgrs.co.uk by relay1.pipex.net with SMTP (PP) 
  14.           id <28887-0@relay1.pipex.net>; Wed, 2 Mar 1994 08:34:53 +0000
  15. Received: by netmgrs.co.uk (4.1/SMI-4.1) id AA00284; Wed, 2 Mar 94 08:34:31 GMT
  16. Date: Wed, 2 Mar 94 08:34:31 GMT
  17. From: sat@netmgrs.co.uk (Stephen A Todd)
  18. Message-Id: <9403020834.AA00284@netmgrs.co.uk>
  19. To: jdj2@po.cwru.edu, winsock@sunsite.unc.edu
  20. Subject: Re: Winsock.dll
  21.  
  22. Does v1.1 of WinSock support the SOCK_RAW option? I need
  23. a version of WinSock for NT 3.1 which supports this to 
  24. allow me to use icmp echo.
  25. I am aware the Daytona interface has been completely
  26. rewritten.
  27.  
  28. Stephen
  29. sat@netmgrs.co.uk
  30. From Jonsson2_Johann_S@iti.is Wed Mar  2 09:40:14 1994
  31. Received: from isgate.is by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
  32.           id AA23038; Wed, 2 Mar 1994 04:41:40 -0500
  33. Received: from iti.is by isgate.is (5.65c/ISnet/14-10-91); Wed, 2 Mar 1994 09:40:48 GMT
  34. Received: from  
  35.     by iti.is (1.37.109.8/ISnet/11-02-92); Wed, 2 Mar 1994 09:40:56 GMT
  36. From: Jonsson2_Johann_S@iti.is
  37. X-Openmail-Hops: 1
  38. Date: Wed, 2 Mar 94 09:40:14 +0000
  39. Message-Id: <C94A3253@MHS>
  40. Subject: Connection time out?
  41. To: winsock@SunSITE.Unc.EDU
  42.  
  43. Dear helping persons out there,
  44.  
  45. After many days to get Winsock to work, I allways get connection time out
  46.  
  47. I'm trying to use: Mosaic 2.0alpha2, Cello 1.0, Hgopher, and Win_FTP.
  48.  
  49. The only program who work is QVTNet for winsock ver 3.96
  50.  
  51. I'm running W4WG 3.11  Trumpet winsock, Etherlink III from 3com 
  52. (3c509), on a 486sx, with 4Mb. ram with 605Kb. free in LowMem.
  53.  
  54. Using HP 9000/817 with HP-Unix 9.0 as server.
  55.  
  56. Using Macintosh connectet to same server running Mosaic for Mac works fine.
  57.  
  58. When I ping out from W4WG I get 100% packet LOSS.
  59.  
  60. Any help?
  61.  
  62. Johann S. Jonsson
  63. Technological Institute of Iceland
  64. e-mail:  johann@iti.is
  65. fax:  +354 1 687 409
  66. tel:  + 354 1 687 000
  67.  
  68. .......................................................................
  69.  
  70. Item Subject: WINMAIL.DAT
  71. Could not convert UNKNOWN FILE-TYPE (1734) item to text.
  72. Will attempt to 'shar' item as file '000an61' at end of msg.
  73.  
  74.  
  75. # This is a shell archive.  Remove anything before this line,
  76. # then unpack it by saving it in a file and typing "sh file".
  77. #
  78. # Wrapped by HP OpenMail System <openmail@korpa> on Wed Mar  2 09:40:56 1994
  79. #
  80. # This archive contains:
  81. #    000an61    
  82. #
  83. # Error checking via wc(1) will be performed.
  84.  
  85. LANG=""; export LANG
  86. PATH=/bin:/usr/bin:$PATH; export PATH
  87.  
  88.  
  89. rm -f /tmp/uud$$
  90. (echo "begin 666 /tmp/uud$$\n#;VL*n#6%@x\n \nend" | uudecode) >/dev/null 2>&1
  91. if [ X"`cat /tmp/uud$$ 2>&1`" = Xok ]
  92. then
  93.     unpacker=uudecode
  94. else
  95.     echo Compiling unpacker for non-ascii files
  96.     pwd=`pwd`; cd /tmp
  97.     cat >unpack$$.c <<'EOF'
  98. #include <stdio.h>
  99. #define C (*p++ - ' ' & 077)
  100. main()
  101. {
  102.     int n;
  103.     char buf[128], *p, a,b;
  104.  
  105.     scanf("begin %o ", &n);
  106.     gets(buf);
  107.  
  108.     if (freopen(buf, "w", stdout) == NULL) {
  109.         perror(buf);
  110.         exit(1);
  111.     }
  112.  
  113.     while (gets(p=buf) && (n=C)) {
  114.         while (n>0) {
  115.             a = C;
  116.             if (n-- > 0) putchar(a << 2 | (b=C) >> 4);
  117.             if (n-- > 0) putchar(b << 4 | (a=C) >> 2);
  118.             if (n-- > 0) putchar(a << 6 | C);
  119.         }
  120.     }
  121.     exit(0);
  122. }
  123. EOF
  124.     cc -o unpack$$ unpack$$.c
  125.     rm unpack$$.c
  126.     cd $pwd
  127.     unpacker=/tmp/unpack$$
  128. fi
  129. rm -f /tmp/uud$$
  130.  
  131. echo x - 000an61 '[non-ascii]'
  132. $unpacker <<'@eof'
  133. begin 660 000an61
  134. M>)\^(@   0N  0 K    <FEC:RXW-C(U-3<S,C(H82EA<VEM;W8N0T520T$NX
  135. /54UO;G1R96%L+D-! /(,                                        X
  136.                                                              X
  137. end
  138. @eof
  139. set `wc -lwc <000an61`
  140. if test $1$2$3 != 0160
  141. then
  142.     echo ERROR: wc results of 000an61 are $* should be 0 1 60
  143. fi
  144.  
  145. chmod 660 000an61
  146.  
  147. rm -f /tmp/unpack$$
  148. exit 0
  149. From news@bigblue.oit.unc.edu Wed Mar  2 07:07:30 1994
  150. Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
  151.           id AA26074; Wed, 2 Mar 1994 05:27:51 -0500
  152. Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
  153.           id AA20509; Wed, 2 Mar 1994 04:57:43 -0500
  154. Received: from GATEWAY by bigblue with netnews
  155.     for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
  156. To: winsock@sunsite.unc.edu
  157. Date: Wed, 2 Mar 1994 07:07:30 GMT
  158. From: tcahill@wimsey.com (Timothy S. Cahill)
  159. Message-Id: <tcahill.6.2D743B31@wimsey.com>
  160. Organization: Microventures Computer Systems Services
  161. Sender: ses
  162. References: <2krmt4$sgq@news-feed-2.PeachNet.EDU>
  163. Subject: Re: Sound and Mosaic
  164.  
  165. In article <2krmt4$sgq@news-feed-2.PeachNet.EDU> Terry Bailey <tbailey@sun.cc.westga.edu> writes:
  166. >From: Terry Bailey <tbailey@sun.cc.westga.edu>
  167. >Subject: Sound and Mosaic
  168. >Date: Sun, 27 Feb 94 22:04:20 edt
  169.  
  170.  
  171. >In the Windows section of the "What's New" page, the folks at NCSA imply that 
  172. >wplany.exe will play the sound files through the PC speaker.  I assume that no 
  173.  
  174. >sound card is needed.  If this is true, how do you set it up?
  175.  
  176. >Cordially,
  177.  
  178. >Terry Bailey
  179. >tbailey@sun.cc.westga.edu
  180.  
  181.